home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 009 (1987-02-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 009 (1987-02-15)(Ossowski, Stefan)(DE)(PD).adf / hack.doc < prev    next >
Text File  |  1987-03-04  |  23KB  |  661 lines

  1.  
  2.  
  3.  
  4.  
  5.                   PC HACK version 3.5 for MSDOS(tm) computers
  6.                   -------------------------------------------
  7.  
  8.                              by Don Kneller
  9.                                 2 Panoramic Way #204
  10.                                 Berkeley, CA 94704
  11.                                 May 23, 1986
  12.  
  13.  
  14.   Introduction
  15.   ------------
  16.  
  17.        HACK is a display oriented dungeons and dragons type game.  It is
  18.   similar in style to ROGUE played on UNIX(tm) systems but HACK is much
  19.   richer in character.  HACK has many more monsters and highly varied magic.
  20.   The motivation in HACK is to descend through the dungeon to find the Amulet
  21.   of Yendor, then return to the surface.  As you travel you will meet various
  22.   creatures (most of them nasty), find objects (some having magical proper-
  23.   ties), and experience many hazards in the dungeon itself.
  24.  
  25.        PC HACK is the MSDOS version of UNIX HACK which was originally written
  26.   by Jay Fenlason (Jay the Hacker), then heavily modified by people at the
  27.   Stichting Mathematisch Centrum in Amsterdam.  This MSDOS version is called
  28.   PC HACK 3.5.  When you are playing PC HACK, the `v' command will display
  29.   the version number.
  30.  
  31.        For those who have played HACK on UNIX, this is a complete version
  32.   1.03 with a few enhancements:
  33.  
  34.        1) You can specify the characters used to draw the dungeon instead of
  35.           the -|+#.  See the GRAPHICS variable below.
  36.  
  37.        2) If your computer is IBM BIOS compatible, the numeric keypad can be
  38.           used for moving as well as the usual "yuhjklbn" keys.  See the
  39.           option "IBMBIOS".
  40.  
  41.        3) New options available through the 'O' command.
  42.             "confirm"   If you try to hit tame or peaceful monsters (like
  43.                         your dog) PC HACK asks for confirmation.
  44.  
  45.             "silent"    You can turn off the bell for a quieter game.
  46.  
  47.             "sortpack"  Your pack can be sorted by object class (ie. all
  48.                         weapons will be displayed together).
  49.  
  50.             "packorder" The order to sort your pack in.
  51.  
  52.             "pickup"    You can change the option "pickup" so you look at
  53.                         what is below you rather than pick it up.  Handy for
  54.                         scare monster scrolls and avoiding picking up dead
  55.                         cockatrices.  Also handy for browsing in shops.
  56.  
  57.             "rawio"     If you can use this option on your computer you will
  58.                         get faster screen output and better input control.
  59.                         ========  WARNING ========
  60.                         This option may hang your computer !!  If this option
  61.                         causes your computer to hang, do not use it!  It is
  62.                         known that DEC Rainbows will hang with this option.
  63.                         ==========================
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.             "IBMBIOS"   If your computer is IBM BIOS compatible, you can use
  71.                         the numeric keypad for moving.
  72.  
  73.             "DECRainbow" If your computer is a DEC Rainbow, you *must*
  74.                         specify this option for character graphics to work!!
  75.  
  76.        4) Floppy, HardDisk and RAMdisk support.  *Complete* (I hope)
  77.           protection from disk full problems.  Version 3.5 is much smarter
  78.           about handling disks than previous PC HACK versions -- if your
  79.           RAMdisk gets filled, the old levels get swapped out.
  80.  
  81.        5) Configuration comes from a file instead of environment variables.
  82.           See HACK.CNF below.
  83.  
  84.        6) PC HACK uses the ANSI.SYS driver, making it quite portable between
  85.           MSDOS machines.
  86.  
  87.        7) Save files are portable between MSDOS machines.
  88.  
  89.        8) A few monsters have been changed slightly to test new features.  A
  90.           few commands have been added.
  91.  
  92.  
  93.   System requirements
  94.   -------------------
  95.  
  96.        To play PC HACK you need the following:
  97.  
  98.        1) MSDOS computer running MSDOS (or PCDOS) 2.0 or newer.
  99.  
  100.        2) The ANSI.SYS driver must be installed.  Your CONFIG.SYS file must
  101.           have a line like:
  102.                DEVICE = ANSI.SYS
  103.  
  104.        3) 320K ram or more.  Extra memory can be used as a RAMdisk.
  105.  
  106.        4) 2 or more 360K floppies or a HardDisk.
  107.  
  108.  
  109.   Changes from *all* previous versions of PC HACK:
  110.   ------------------------------------------------
  111.  
  112.        1) All PC HACK 3.5 bones and save files are incompatible with versions
  113.           older than 3.2 (this includes 1.01E, 1.03G and 3.0).  You should
  114.           remove your old files.
  115.  
  116.        2) PC HACK uses time and date information in the game.  You should set
  117.           the time and date when you boot up MSDOS.
  118.  
  119.  
  120.   Changes from PC HACK 3.4
  121.   ------------------------
  122.  
  123.        Rest_on_space was restored.  A bug in the object descriptions was
  124.   fixed.  A copy of COMMAND.COM must always be available where COMSPEC says
  125.   it is so PC HACK can copy bones files and do the shell escape.
  126.  
  127.  
  128.   Commands new to PC HACK 3.4
  129.   ---------------------------
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.        ^A `abort'.  Certain commands like waiting, searching, opening a tin,
  137.           and digging can now be aborted.  Eg. if you do `20.' then see a
  138.           monster appear in the doorway, you can use ^A (control-A) to stop
  139.           your waiting.
  140.  
  141.        a  `again'.  Do the previous command again.  The apply command has
  142.           been moved to `A' to accommodate `again'.
  143.  
  144.        gG `g' takes the place of `f' which will be "fight until wounded".
  145.           Similarily, `G' takes the place of `F' which will be "fight to the
  146.           death".  Neither of the `fight' commands have been installed yet.
  147.  
  148.  
  149.   Commands new to PC HACK 3.0
  150.   ---------------------------
  151.  
  152.        e  'eat' now lets you eat something you're standing on; you no longer
  153.           have to be able to pick something up before you can eat it.
  154.  
  155.        I  selective inventories.  For example I= shows which rings you have
  156.           in your inventory.
  157.  
  158.        :  look at what you're standing on without picking it up.
  159.  
  160.        #  lets you enter an extended command.  The only ones are "dip" and
  161.           "pray".  Dip lets you put objects in potions.
  162.  
  163.        @  Toggles the "pickup" option so you don't have to do "O pickup" and
  164.           "O !pickup".
  165.  
  166.        !  Starts up another COMMAND.COM if you have enough memory.
  167.  
  168.  
  169.   Configuration of PC HACK for your MSDOS computer
  170.   ------------------------------------------------
  171.  
  172.        The configuration of PC HACK is controlled by a configuration file
  173.   HACK.CNF.  This configuration file should be in the directory you are
  174.   playing from, or somewhere on the PATH.  When PC HACK starts up, it uses
  175.   the PATH to find HACK.CNF.
  176.  
  177.        The HACK.CNF file contains variables for configuring PC HACK to your
  178.   system.  The variables are:
  179.  
  180.  
  181.   HACKDIR
  182.   -------
  183.  
  184.   HACKDIR is the directory name of the place where all support files go.
  185.  
  186.        example:       HACKDIR=c:\games\hack
  187.  
  188.   The support files are:
  189.  
  190.        HELP       - A description of commands and options.
  191.        HH         - An abridged version of the above.
  192.        DATA       - Information about monsters and objects in the game.
  193.        RECORD     - The score file (it may start out empty, but it must
  194.                     exist).  The top score for each name and class are saved,
  195.                     but only the top 100 scores are kept.
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.        RUMORS     - Fortune cookie hints (some are true, some are not).
  203.        
  204.        Put all these files in the directory HACKDIR.  If HACKDIR is not set,
  205.   the support files are assumed to be in the current directory.  If you don't
  206.   have enough disk space, the only file you're required to have is RECORD,
  207.   but try to have RUMORS and DATA on your disk also.
  208.  
  209.  
  210.   LEVELS
  211.   ------
  212.  
  213.   If the RAMDISK variable is not set, this is where the temporary dungeon
  214.   levels get made.  Also, this is the directory where some temporary dungeon
  215.   levels get left as bones files (a description of previous games).
  216.   
  217.        example:       LEVELS=C:\games\hack
  218.        default:       the HACKDIR directory
  219.   
  220.   This path can be absolute or relative to the HACKDIR directory.
  221.  
  222.  
  223.   SAVE
  224.   ----
  225.  
  226.   The directory where any saved games will be kept.
  227.   
  228.             example:       SAVE=save;n
  229.             default:       the HACKDIR directory
  230.  
  231.   If your player name is JOE, and the SAVE variable is save, then your saved
  232.   game will be in HACKDIR\save\joe.sav.  Normally, HACK will prompt you to
  233.   put in the SAVE disk if it can't find a save file when you first start the
  234.   game.  Appending ";n" to the save path results in *no* prompt for diskette
  235.   insertion.  This is useful if you have a HardDisk (eg SAVE=;n means save
  236.   the game in the HACKDIR directory and don't prompt).
  237.  
  238.   After restoring your saved game, HACK will prompt you to put the GAME disk
  239.   in only if it can't find RECORD and COMSPEC.
  240.  
  241.  
  242.   RAMDISK
  243.   -------
  244.  
  245.   The drive and directory where your RAMdisk is.  This is where PC HACK
  246.   creates its temporary dungeon files.
  247.  
  248.        example:       RAMDISK=D:
  249.        default:       none
  250.  
  251.   When PC HACK runs out of storage on the RAMdisk it swaps the oldest files
  252.   out to your LEVELS directory.  A RAMdisk is very effective in speeding up
  253.   the game, especially for floppy-only systems.  To override the RAMDISK
  254.   variable, use the -R command line option (see below).
  255.  
  256.  
  257.   GRAPHICS
  258.   --------
  259.  
  260.   Rather than use -, |, +, # for drawing the dungeon you can use any
  261.   characters from the character set.  The GRAPHICS variable has 9 arguments
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.   that describe the the rooms and corridors.  The arguments are all integers
  269.   in the range from 0 to 255 and correspond to the ASCII values of the
  270.   characters you want to use.  The order of the variables is:
  271.  
  272.        vertical wall, horizontal wall, top left corner, top right corner,
  273.        bottom left corner, bottom right corner, door, floor, corridor.
  274.  
  275.   The HACK.CNF file has examples of the use of this variable for both IBM
  276.   graphics characters and DEC Rainbow line-drawing characters.
  277.  
  278.        example:  GRAPHICS = 179 196 218 191 192 217 206 250 176
  279.        default:  decimal equivalents of:   | - - - - - + . #
  280.  
  281.   If you have a DEC Rainbow, you can use any characters from the ASCII
  282.   character set and from the "line-drawing character set".  To use the line-
  283.   drawing characters, take the decimal value of the character and add 128 to
  284.   it.  This makes the value of the line-drawing characters lie between
  285.   decimal 128 and 255 and tells PC HACK you want a line-drawing character.
  286.   See HACK.CNF for a GRAPHICS variable suitable for DECs.
  287.  
  288.   DEC Rainbow users must also have the DECRainbow option (see below) in the
  289.   OPTIONS line or the graphics characters will not be drawn correctly.
  290.  
  291.  
  292.   OPTIONS
  293.   -------
  294.   Determines many smaller aspects of the game.  Options can be set before the
  295.   game in the HACK.CNF file and most can be modified during the game with the
  296.   'O' command.  You can change several options at a time by separating the
  297.   options with commas.  Generally, 4 characters are sufficient to identify
  298.   the option, so 'O sort' is the same as 'O sortpack'.
  299.  
  300.   There are two kinds of options:
  301.  
  302.        1) BOOLEAN, which can be either TRUE or FALSE.
  303.           For example, "sortpack".  To turn it ON, do 'O sortpack' while
  304.           playing or have an "OPTIONS=sortpack" line in your HACK.CNF file.
  305.           To turn it OFF, do 'O !sortpack' or have "OPTIONS=!sortpack" in
  306.           your HACK.CNF file.
  307.  
  308.        2) COMPOUND, which have one or more values.
  309.           For example, "packorder".  To change the displayed ordering of the
  310.           pack you might have an "OPTIONS=pack:%)!?" line in your HACK.CNF
  311.           file.  The compound option "name" can only be set in HACK.CNF.
  312.           Also, "name" should only be made up of characters A-Z, 0-9, and _
  313.           and "name" will be truncated to 10 characters in the RECORD file.
  314.  
  315.   When playing, type 'O help<RETURN>' to get a little help on these options.
  316.   The HELP file has a short description of all options.
  317.  
  318.  
  319.   Options new to PC HACK 3.0
  320.   --------------------------
  321.  
  322.        confirm
  323.           Whether you want confirmation before hitting tame monsters.  This
  324.           can be very helpful if you have the problem that you hit your dog
  325.           and the shopkeepers by accident.  If you are blind or confused,
  326.           though, you don't get this protection!  By default, TRUE.
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.        silent
  335.           If TRUE, the bell is silent on input errors.  By default, FALSE.
  336.  
  337.        sortpack
  338.           Whether your pack should be ordered by object class when listed in
  339.           an inventory.  Otherwise your pack is listed alphabetically by
  340.           inventory letter.  By default, TRUE.
  341.  
  342.        packorder
  343.           The order to display your inventory in.  By default, ")[%?/=!(*0
  344.           To change the order, use 'O pack:<new order>' where <new order> is
  345.           a set of characters representing the various object types.  If you
  346.           don't give a character for each object type, the unspecified object
  347.           classes are put at the end of the <new order>.
  348.  
  349.        pickup
  350.           If FALSE, you look at things you step on without picking them up.
  351.           You always pick up gold if it is the only thing there.  Pickup is
  352.           toggled between TRUE and FALSE with the '@' key.  By default, TRUE.
  353.  
  354.        rawio
  355.           ==========  WARNING ==========
  356.           Some computers (notably DEC Rainbows) will hang if rawio is TRUE.
  357.           If this happens to your computer, remove the OPTIONS=rawio line in
  358.           the HACK.CNF file.  This option can only be set in HACK.CNF.
  359.           ==============================
  360.           
  361.           If TRUE, the input and output of your computer will be switched to
  362.           "raw" mode.  The advantage of this is faster output and better
  363.           handling of the special characters ^S and ^P.
  364.           
  365.           If FALSE, PC HACK will *not* put your terminal into "raw" mode.
  366.           This causes a problem with the ^P command.  When ^P is held until
  367.           it repeats, MSDOS may see a ^P in the input buffer and toggle
  368.           `output to printer'.  However, if the printer is not ready, you'll
  369.           get a DOS error about your printer.  If you get this error, type a
  370.           ^PrtSc, then `I' (ignore) the error.  You may have to repeat this
  371.           several times then use ^R to redraw the screen.  The "solution" is
  372.           not to hold down the ^P key.
  373.           
  374.           By default, FALSE.
  375.  
  376.        IBMBIOS  (only for very IBM compatible computers)
  377.           As HACK had its origins as a ROGUE-like game, the keys for movement
  378.           are the same (keys yuhjklbn).  Some people may prefer to use the
  379.           arrow keys on the numeric keypad.  Setting the IBMBIOS option TRUE
  380.           tells PC HACK it can use BIOS calls to access the numeric keypad.
  381.  
  382.           With Numlock *ENABLED* the translation from numeric pad keys to
  383.           game commands is:
  384.  
  385.                Numeric Pad               Command
  386.                  7  8  9  -        u+l(y)   up(k)    u+r(u)  move(m)
  387.                   \ | /                  \    |    /
  388.                  4 -5- 6  +       left(h)   go(g)  right(l)  pay(p)
  389.                   / | \                  /    |    \
  390.                  1  2  3           d+l(b)   down(j)  d+r(n)
  391.                Ins    Del      inventory(i)     wait(.)
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.           The letter in () is the corresponding game command letter. 'u+l'
  401.           means up and left.  The numeric pad '7' is translated to the game
  402.           command for moving one space up and left.  From the keyboard, you
  403.           would enter the command ^H (control-H) to run left until you see
  404.           something interesting.  From the keypad, doing `gh' (the keys 5
  405.           then 4) has the same effect.  With Shift the commands become:
  406.  
  407.                        u+l(Y)  up(K)    u+r(U)    previous message(^P)
  408.                              \    |   /
  409.                       left(H)  nothing  right(L)  put on a ring (P)
  410.                              /    |   \
  411.                        d+l(B)  down(J)  d+r(N)
  412.           selective inventory(I)      look(;)
  413.  
  414.           Capital `H' means run left until you hit something.
  415.           
  416.           With NumLock *DISABLED*, shifted '5' does the go(g) and unshifted
  417.           '5' does nothing.  All other keys are translated the same.
  418.           
  419.           By default, FALSE.
  420.  
  421.        DECRainbow
  422.           This option must be set if your computer is a DEC Rainbow and you
  423.           want to use characters from the line-drawing character set to draw
  424.           the dungeon.  By default, FALSE.
  425.  
  426.  
  427.   Sample configurations
  428.   ---------------------
  429.  
  430.   Hard disk system:
  431.  
  432.        # Lines that start with `#' are comments.
  433.        # HACKDIR is where all the support files go.
  434.        HACKDIR=c:\games\hack
  435.        
  436.        # The `;n' means to not prompt for insertion of the save diskette.
  437.        SAVE=;n
  438.        RAMDISK=d:
  439.        OPTIONS=name:Bert-C, silent
  440.  
  441.   Notice that in this example, no LEVELS variable was set.  PC HACK will then
  442.   default to the same directory as HACKDIR.  Bert-C means your name is "Bert"
  443.   and you'll play as a cave-person.
  444.  
  445.   Two floppy systems:
  446.  
  447.   Make a bootable GAME disk (by using format /s) and set up your disks as:
  448.        GAME DISK:     COMMAND.COM, ANSI.SYS, CONFIG.SYS, HACK.EXE, HACK.CNF,
  449.                       RECORD
  450.                       (optionally) RUMORS, DATA, HELP, HH, AUTOEXEC.BAT
  451.        LEVELS DISK:   empty (or with previous bones files)
  452.  
  453.   And your variables as:
  454.  
  455.        LEVELS=b:\
  456.        SAVE=b:\
  457.        RAMDISK=c:     (optional)
  458.        OPTIONS=name:Gerty-T, silent, time
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.   Boot from the GAME disk in drive A whenever you want to play PC HACK.  The
  467.   LEVELS disk will be on drive B.  If there is no save file you will be
  468.   prompted to put in the disk with the save file on it.  This is necessary
  469.   because the save file may get too large to store on the LEVELS disk.  When
  470.   this happens you can give an alternative file name for the save file.  For
  471.   this example, you could answer "A:GERTY.SAV" at the prompt and PC HACK will
  472.   look for "A:GERTY.SAV" rather than "B:\GERTY.SAV".
  473.  
  474.   *IMPORTANT NOTES*  In order to save a game, PC HACK must have access to the
  475.   save file and all the level files at the same time.  When restoring, only
  476.   after your save file has been properly restored will PC HACK remove it.  PC
  477.   HACK will prevent you from saving the game if there is insufficient room.
  478.  
  479.   If you want to keep saved games on different floppies (perhaps for several
  480.   players), one method is to make a bootable GAME disk (by using format /s)
  481.   for each person and set up your diskettes as:
  482.        GAME DISK(S):  COMMAND.COM, ANSI.SYS, CONFIG.SYS, HACK.EXE,
  483.                       HACK.CNF (personalized for each player),
  484.                       (optionally) AUTOEXEC.BAT
  485.        LEVELS DISK:   RECORD,
  486.                       (optionally) RUMORS, DATA, HELP, HH
  487.                       previous bones files
  488.        SAVE DISK(S):  COMMAND.COM, save games
  489.  
  490.   And your variables as:
  491.  
  492.        HACKDIR=b:\
  493.        # LEVELS defaults to the same directory as HACKDIR
  494.        SAVE=a:\
  495.        RAMDISK=c:     (optional)
  496.        OPTIONS=name:Gerty-T, silent, time
  497.  
  498.   Boot from the GAME disk in drive A whenever you want to play PC HACK.  The
  499.   LEVELS disk will stay in drive B.  You will be prompted to put in the SAVE
  500.   disk (into drive A).  The copy of COMMAND.COM on the SAVE disks satisfies
  501.   the COMSPEC requirement, since COMSPEC is still A:\COMMAND.COM.
  502.  
  503.  
  504.   Command line options
  505.   --------------------
  506.  
  507.        -u name or -uname
  508.           Specifies the name to use other than the value of the OPTIONS name.
  509.           If you wish, you can append -C, -W, -S, -F, -K, or -T to the name
  510.           to select the type of character you want to be.
  511.           
  512.                  or: A> hack -u Terminator-T
  513.           
  514.           This means you will play as a Tourist with the name Terminator.
  515.  
  516.        -C, -W, -S, -F, -K, or -T
  517.           Select the character you will be playing as.  Choices are:
  518.                Cave-person, Wizard, Spelunker, Fighter, Knight, or Tourist.
  519.           This option can be lower or upper case (except for -S).  Thus:
  520.           
  521.                  A> hack -T
  522.           
  523.           means get your name from the OPTIONS line in the HACK.CNF file, and
  524.           play as a tourist.  If PC HACK can't get your name from the
  525.           HACK.CNF file, you will be asked "Who are you?".
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.        -s [name]
  533.           List the scores of the person with this name.  If the name is not
  534.           given, uses the value of the OPTIONS name.  If the name is "all",
  535.           list all scores in the record file.  You can erase the contents of
  536.           the record file if you wish, but it should exist.
  537.  
  538.        -R
  539.           This tells PC HACK to ignore the RAMDISK variable in HACK.CNF.
  540.           This command is a hold-over from a previous version.
  541.  
  542.        Once you have started PC HACK, type a '?' to get help on the available
  543.   commands.  Long help will show you the HELP file, short help will show you
  544.   the HH file.  You can also print the HELP file and keep it as a reference.
  545.   Other useful commands are `/' to describe things you see on the screen
  546.   (uses the DATA file), and `\' to list the objects thus far discovered.
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.   If the dungeon collapses ....
  599.   -----------------------------
  600.  
  601.        On rare occasions PC HACK gets an error and quits with a collapsing
  602.   dungeon.  This may be due to a disk error or lack of enough memory (or,
  603.   perhaps a program bug).  Even though there may be "level.*" files left
  604.   behind, the game cannot be recovered because the information that was in
  605.   RAM is lost.  You can delete the old level.* files before playing a new
  606.   game, or PC HACK will do it for you next game.  However, if you do leave
  607.   the level.* files behind, PC HACK will void the next game you play, then
  608.   remove the old files.  You will then be able to play again.
  609.  
  610.        If you can find a way to consistently repeat the error, please let me
  611.   know so I fix it.
  612.  
  613.        
  614.  
  615.  
  616.   Finally
  617.   -------
  618.  
  619.        You are encouraged to copy this program and give it to your friends
  620.   and post it to BBS's.  If you repost PC HACK, please use the archiving
  621.   program `ARC' (version 4.30 or higher) to put all the PC HACK files in an
  622.   archive called PCHACK35.ARC.  If you want to report a bug in PC HACK, or
  623.   you just want to drop me a line with a suggestion, please let me know at
  624.   any of the following locations.  Make sure you mention which version you
  625.   are playing!
  626.  
  627.        UUCP:     ...ucbvax!ucsfcgl!kneller
  628.        ARPANET:  kneller@ucsf-cgl.ARPA
  629.        BITNET:   kneller@ucsfcgl.BITNET
  630.        FIDONET:  node 125/84 (SCI-Fido 415-655-0667)
  631.        
  632.        US MAIL:  Don Kneller
  633.                  2 Panoramic Way #204
  634.                  Berkeley, CA 94704
  635.  
  636.        
  637.        Good Luck and Happy Hacking !!
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.